home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 May / PC Direct CD-ROM (May 1995).ISO / ipe / bri120e / disk1 / lib4esd.lib / AUTORLP.SCR < prev    next >
Encoding:
Text File  |  1993-12-16  |  371 b   |  10 lines

  1. COPY [BOOT_ROOT] "AUTOEXEC.BAT" [BOOT_ROOT] "AUTOEXEC.OLD"
  2. ; This line backs up the autoexec.bat on the PC.
  3. COPY "F:\FUSION" "AUTOEXEC.BAT" [BOOT_ROOT] "*.*"
  4. ; This line copies the new file from the Fusion directory to the PC.
  5. ; To copy another file replace AUTOEXEC.BAT with another file name.
  6. ; To change the destination replace BOOT_ROOT with a path name.
  7.  
  8.  
  9.  
  10.